Interface: EventMessage
Properties
event:applicationMessage
• event:applicationMessage: Object
Type declaration
Name | Type |
---|---|
payload | ApplicationMessage |
event:breakoutBegin
• event:breakoutBegin: Object
Type declaration
Name | Type |
---|---|
payload | BreakoutRoom |
event:breakoutEnd
• event:breakoutEnd: Object
Type declaration
Name | Type |
---|---|
payload | BreakoutRoom |
event:breakoutRefer
• event:breakoutRefer: Object
Type declaration
Name | Type |
---|---|
payload | BreakoutReferDetails |
event:cancelTransfer
• event:cancelTransfer: Object
Type declaration
Name | Type |
---|---|
payload | Record <string , string > |
event:conference:authenticated
• event:conference:authenticated: Object
Type declaration
Name | Type |
---|---|
payload | { conferenceAlias : string ; conferenceName? : string } |
payload.conferenceAlias | string |
payload.conferenceName? | string |
event:conferenceStatus
• event:conferenceStatus: Object
Type declaration
Name | Type |
---|---|
payload | { id : string ; status : ConferenceStatus } |
payload.id | string |
payload.status | ConferenceStatus |
event:connected
• event:connected: Object
Type declaration
Name | Type |
---|---|
payload | undefined |
event:directMessage
• event:directMessage: Object
Type declaration
Name | Type |
---|---|
payload | Message |
event:disconnected
• event:disconnected: Object
Type declaration
Name | Type |
---|---|
payload | { error : string ; errorCode : ExtendedInfinityErrorCode } |
payload.error | string |
payload.errorCode | ExtendedInfinityErrorCode |
event:languageSelect
• event:languageSelect: Object
Type declaration
Name | Type |
---|---|
payload | string |
event:layoutUpdate
• event:layoutUpdate: Object
Type declaration
Name | Type |
---|---|
payload | LayoutEvent |
event:me
• event:me: Object
Type declaration
Name | Type |
---|---|
payload | { id : string ; participant : InfinityParticipant } |
payload.id | string |
payload.participant | InfinityParticipant |
event:message
• event:message: Object
Type declaration
Name | Type |
---|---|
payload | Message |
event:participantJoined
• event:participantJoined: Object
Type declaration
Name | Type |
---|---|
payload | { id : string ; participant : InfinityParticipant } |
payload.id | string |
payload.participant | InfinityParticipant |
event:participantLeft
• event:participantLeft: Object
Type declaration
Name | Type |
---|---|
payload | { id : string ; participant : InfinityParticipant } |
payload.id | string |
payload.participant | InfinityParticipant |
event:participants
• event:participants: Object
Type declaration
Name | Type |
---|---|
payload | { id : string ; participants : InfinityParticipant [] } |
payload.id | string |
payload.participants | InfinityParticipant [] |
event:presentationConnectionStateChange
• event:presentationConnectionStateChange: Object
Type declaration
Name | Type |
---|---|
payload | { recv : RTCPeerConnectionState ; send : RTCPeerConnectionState } |
payload.recv | RTCPeerConnectionState |
payload.send | RTCPeerConnectionState |
event:raiseHand
• event:raiseHand: Object
Type declaration
Name | Type |
---|---|
payload | { id : string ; participant : InfinityParticipant } |
payload.id | string |
payload.participant | InfinityParticipant |
event:stage
• event:stage: Object
Type declaration
Name | Type |
---|---|
payload | Stage [] |
event:transfer
• event:transfer: Object
Type declaration
Name | Type |
---|---|
payload | TransferDetails |
event:userInitiatedDisconnect
• event:userInitiatedDisconnect: Object
Type declaration
Name | Type |
---|---|
payload | undefined |
participant:disconnected
• participant:disconnected: Object
Type declaration
Name | Type |
---|---|
payload | { participantUuid : string } |
payload.participantUuid | string |
ui:button:click
• ui:button:click: Object
Type declaration
Name | Type |
---|---|
payload | { buttonId : string ; input : { buttonId : string } } | { buttonId : string ; input : { participantUuid : string } } | { buttonId : string ; input : undefined } |
ui:form:input
• ui:form:input: Object
Type declaration
Name | Type |
---|---|
payload | { input : FormInput ; modalId : string } |
payload.input | FormInput |
payload.modalId | string |
ui:prompt:input
• ui:prompt:input: Object
Type declaration
Name | Type |
---|---|
payload | { input : string ; modalId : string } |
payload.input | string |
payload.modalId | string |